home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Gfx / Edit / TSMorph / rexx / Loadscript.TSM < prev    next >
Text File  |  1994-10-30  |  491b  |  15 lines

  1. /* example Loadscript script file for TSMorph */
  2. /* This is the default do nothing script      */
  3. /* $VER: Loadscript_TSM 2.0 (13.6.93)
  4.  */
  5. parse arg Frame TotalFrames Single FileName
  6. /* Frame       - current frame number starting from Start frame
  7.  * TotalFrames - total number of frames
  8.  * Single      - 1 for Single image warp, 0 for two image morph, 2 for Anim Morph, 3 for Anim Warp
  9.  * Image       - 0 for 1st image, 1 for second
  10.  * FileName    - Name of 24 bit image to load
  11.  */
  12.  
  13.  
  14. exit
  15.